home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 May: Tool Chest / Dev.CD May 00 TC.toast / pc / tool chest / quicktime / quicktime tools / quicktime xcmds / qtpict stack / cards.xml < prev    next >
Encoding:
Text File  |  1992-06-12  |  36.0 KB  |  1,052 lines

  1. card_4967.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>4967</id>
  6.     <filler1>0</filler1>
  7.     <cantDelete> <false /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <owner>2806</owner>
  11.     <link rel="stylesheet" type="text/css" href="stylesheet_3177.css" />
  12.     <part>
  13.         <id>1</id>
  14.         <type>button</type>
  15.         <visible> <true /> </visible>
  16.         <reserved5> 0 </reserved5>
  17.         <reserved4> 0 </reserved4>
  18.         <reserved3> 0 </reserved3>
  19.         <reserved2> 0 </reserved2>
  20.         <reserved1> 0 </reserved1>
  21.         <enabled> <true /> </enabled>
  22.         <rect>
  23.             <left>4</left>
  24.             <top>338</top>
  25.             <right>100</right>
  26.             <bottom>359</bottom>
  27.         </rect>
  28.         <style>shadow</style>
  29.         <showName> <true /> </showName>
  30.         <highlight> <false /> </highlight>
  31.         <autoHighlight> <true /> </autoHighlight>
  32.         <sharedHighlight> <true /> </sharedHighlight>
  33.         <family>0</family>
  34.         <titleWidth>0</titleWidth>
  35.         <icon>0</icon>
  36.         <textAlign>center</textAlign>
  37.         <font>Chicago</font>
  38.         <textSize>12</textSize>
  39.         <textStyle>plain</textStyle>
  40.         <name>Pick A Folder</name>
  41.         <script>on mouseUp
  42. answer file "Pick any File in the Desired Folder:" of type "MooV"
  43. if it is not empty then put ExtractPathName(it) into bg field filename
  44. end mouseup</script>
  45.     </part>
  46.     <part>
  47.         <id>2</id>
  48.         <type>button</type>
  49.         <visible> <true /> </visible>
  50.         <reserved5> 0 </reserved5>
  51.         <reserved4> 0 </reserved4>
  52.         <reserved3> 0 </reserved3>
  53.         <reserved2> 0 </reserved2>
  54.         <reserved1> 0 </reserved1>
  55.         <enabled> <true /> </enabled>
  56.         <rect>
  57.             <left>109</left>
  58.             <top>337</top>
  59.             <right>197</right>
  60.             <bottom>358</bottom>
  61.         </rect>
  62.         <style>roundrect</style>
  63.         <showName> <true /> </showName>
  64.         <highlight> <false /> </highlight>
  65.         <autoHighlight> <true /> </autoHighlight>
  66.         <sharedHighlight> <true /> </sharedHighlight>
  67.         <family>0</family>
  68.         <titleWidth>0</titleWidth>
  69.         <icon>0</icon>
  70.         <textAlign>center</textAlign>
  71.         <font>Chicago</font>
  72.         <textSize>12</textSize>
  73.         <textStyle>plain</textStyle>
  74.         <name>Doit</name>
  75.         <script>on mouseUp
  76. put ExtractPathName (field fileName) into volName
  77. put getFileNames(volName,false,"MooV") into movies
  78. put topLeft of btn here into pt
  79. put min (6, the number of lines in movies) into numMovies
  80.  
  81. repeat with i = 1 to numMovies
  82. QTPict DisplayPict,volName & line i of movies,pt,file,thumbnail
  83. add 85 to item 1 of pt
  84. end repeat
  85.  
  86. end mouseUp</script>
  87.     </part>
  88.     <part>
  89.         <id>4</id>
  90.         <type>button</type>
  91.         <visible> <true /> </visible>
  92.         <reserved5> 0 </reserved5>
  93.         <reserved4> 0 </reserved4>
  94.         <reserved3> 0 </reserved3>
  95.         <reserved2> 0 </reserved2>
  96.         <reserved1> 0 </reserved1>
  97.         <enabled> <true /> </enabled>
  98.         <rect>
  99.             <left>24</left>
  100.             <top>123</top>
  101.             <right>69</right>
  102.             <bottom>159</bottom>
  103.         </rect>
  104.         <style>transparent</style>
  105.         <showName> <true /> </showName>
  106.         <highlight> <true /> </highlight>
  107.         <autoHighlight> <false /> </autoHighlight>
  108.         <sharedHighlight> <true /> </sharedHighlight>
  109.         <family>0</family>
  110.         <titleWidth>0</titleWidth>
  111.         <icon>0</icon>
  112.         <textAlign>center</textAlign>
  113.         <font>Chicago</font>
  114.         <textSize>12</textSize>
  115.         <textStyle>plain</textStyle>
  116.         <name>here</name>
  117.         <script>on mouseDown
  118. put the clickLoc into myClick
  119. put the loc of me into origLoc
  120. put item 1 of origLoc into origX
  121. put item 2 of origLoc into origY
  122. put item 1 of myClick into clickX
  123. put item 2 of myClick into clickY
  124. repeat while the mouse is down
  125. set loc of me to Min(Max(0,origX - (clickX - the mouseH)),width of this card),¬¨
  126. Min(Max(0, origY - (clickY - the mouseV)), height of this card)
  127. end repeat
  128. end mouseDown</script>
  129.     </part>
  130.     <part>
  131.         <id>5</id>
  132.         <type>field</type>
  133.         <visible> <true /> </visible>
  134.         <dontWrap> <false /> </dontWrap>
  135.         <dontSearch> <false /> </dontSearch>
  136.         <sharedText> <false /> </sharedText>
  137.         <fixedLineHeight> <false /> </fixedLineHeight>
  138.         <autoTab> <false /> </autoTab>
  139.         <lockText> <true /> </lockText>
  140.         <rect>
  141.             <left>246</left>
  142.             <top>276</top>
  143.             <right>555</right>
  144.             <bottom>344</bottom>
  145.         </rect>
  146.         <style>shadow</style>
  147.         <autoSelect> <false /> </autoSelect>
  148.         <showLines> <false /> </showLines>
  149.         <wideMargins> <false /> </wideMargins>
  150.         <multipleLines> <false /> </multipleLines>
  151.         <reservedFamily> 0 </reservedFamily>
  152.         <titleWidth>0</titleWidth>
  153.         <icon>0</icon>
  154.         <textAlign>left</textAlign>
  155.         <font>Geneva</font>
  156.         <textSize>12</textSize>
  157.         <textStyle>plain</textStyle>
  158.         <textHeight>16</textHeight>
  159.         <name>help text</name>
  160.         <script>on mouseUp
  161. hide me
  162. end mouseUp</script>
  163.     </part>
  164.     <content>
  165.         <layer>background</layer>
  166.         <id>4</id>
  167.         <text>Display Movie Thumbnails</text>
  168.     </content>
  169.     <content>
  170.         <layer>background</layer>
  171.         <id>2</id>
  172.         <text>Your Volume:Your Folder:</text>
  173.     </content>
  174.     <content>
  175.         <layer>card</layer>
  176.         <id>5</id>
  177.         <text>Choose a folder with movie files in it by clicking Pick a Folder and selecting any file in the folder. When you click Doit, thumbnails of the first six movie files is displayed.</text>
  178.     </content>
  179.     <name>Display Movie Thumbnails</name>
  180.     <script>on primeCard
  181. send primeCard to this bg
  182. put "Your Volume:Your Folder:" into bg field fileName
  183. end primeCard</script>
  184. </card>
  185.  
  186.  
  187. card_3931.xml
  188. <?xml version="1.0" encoding="utf-8" ?>
  189. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  190. <card>
  191.     <id>3931</id>
  192.     <filler1>0</filler1>
  193.     <cantDelete> <false /> </cantDelete>
  194.     <showPict> <true /> </showPict>
  195.     <dontSearch> <false /> </dontSearch>
  196.     <owner>2806</owner>
  197.     <link rel="stylesheet" type="text/css" href="stylesheet_3177.css" />
  198.     <part>
  199.         <id>1</id>
  200.         <type>button</type>
  201.         <visible> <true /> </visible>
  202.         <reserved5> 0 </reserved5>
  203.         <reserved4> 0 </reserved4>
  204.         <reserved3> 0 </reserved3>
  205.         <reserved2> 0 </reserved2>
  206.         <reserved1> 0 </reserved1>
  207.         <enabled> <true /> </enabled>
  208.         <rect>
  209.             <left>101</left>
  210.             <top>338</top>
  211.             <right>192</right>
  212.             <bottom>357</bottom>
  213.         </rect>
  214.         <style>roundrect</style>
  215.         <showName> <true /> </showName>
  216.         <highlight> <false /> </highlight>
  217.         <autoHighlight> <true /> </autoHighlight>
  218.         <sharedHighlight> <true /> </sharedHighlight>
  219.         <family>0</family>
  220.         <titleWidth>0</titleWidth>
  221.         <icon>0</icon>
  222.         <textAlign>center</textAlign>
  223.         <font>Chicago</font>
  224.         <textSize>12</textSize>
  225.         <textStyle>plain</textStyle>
  226.         <name>File Size</name>
  227.         <script>on mouseUp
  228. QTPict "FileSize",field fileName
  229. get the result
  230. if "Error" is in it then
  231. answer it
  232. else
  233. answer ExtractFileName(field fileName) && "is" &&it && "bytes in length"
  234. end if
  235. end mouseUp</script>
  236.     </part>
  237.     <part>
  238.         <id>2</id>
  239.         <type>button</type>
  240.         <visible> <true /> </visible>
  241.         <reserved5> 0 </reserved5>
  242.         <reserved4> 0 </reserved4>
  243.         <reserved3> 0 </reserved3>
  244.         <reserved2> 0 </reserved2>
  245.         <reserved1> 0 </reserved1>
  246.         <enabled> <true /> </enabled>
  247.         <rect>
  248.             <left>201</left>
  249.             <top>337</top>
  250.             <right>299</right>
  251.             <bottom>357</bottom>
  252.         </rect>
  253.         <style>roundrect</style>
  254.         <showName> <true /> </showName>
  255.         <highlight> <false /> </highlight>
  256.         <autoHighlight> <true /> </autoHighlight>
  257.         <sharedHighlight> <true /> </sharedHighlight>
  258.         <family>0</family>
  259.         <titleWidth>0</titleWidth>
  260.         <icon>0</icon>
  261.         <textAlign>center</textAlign>
  262.         <font>Chicago</font>
  263.         <textSize>12</textSize>
  264.         <textStyle>plain</textStyle>
  265.         <name>Screen Depth</name>
  266.         <script>on mouseUp
  267. QTPict GetScreenDepth
  268. answer "The current screen's depth is" && the result && "bits"
  269. end mouseUp</script>
  270.     </part>
  271.     <content>
  272.         <layer>background</layer>
  273.         <id>2</id>
  274.         <text>Your Volume:Your Folder:Your File</text>
  275.     </content>
  276.     <content>
  277.         <layer>background</layer>
  278.         <id>4</id>
  279.         <text>FileSize & ScreenDepth</text>
  280.     </content>
  281.     <name>FileSize & ScreenDepth</name>
  282.     <script></script>
  283. </card>
  284.  
  285.  
  286. card_3802.xml
  287. <?xml version="1.0" encoding="utf-8" ?>
  288. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  289. <card>
  290.     <id>3802</id>
  291.     <filler1>0</filler1>
  292.     <cantDelete> <false /> </cantDelete>
  293.     <showPict> <true /> </showPict>
  294.     <dontSearch> <false /> </dontSearch>
  295.     <owner>2806</owner>
  296.     <link rel="stylesheet" type="text/css" href="stylesheet_3177.css" />
  297.     <part>
  298.         <id>1</id>
  299.         <type>button</type>
  300.         <visible> <true /> </visible>
  301.         <reserved5> 0 </reserved5>
  302.         <reserved4> 0 </reserved4>
  303.         <reserved3> 0 </reserved3>
  304.         <reserved2> 0 </reserved2>
  305.         <reserved1> 0 </reserved1>
  306.         <enabled> <true /> </enabled>
  307.         <rect>
  308.             <left>103</left>
  309.             <top>337</top>
  310.             <right>203</right>
  311.             <bottom>358</bottom>
  312.         </rect>
  313.         <style>roundrect</style>
  314.         <showName> <true /> </showName>
  315.         <highlight> <false /> </highlight>
  316.         <autoHighlight> <false /> </autoHighlight>
  317.         <sharedHighlight> <true /> </sharedHighlight>
  318.         <family>0</family>
  319.         <titleWidth>0</titleWidth>
  320.         <icon>0</icon>
  321.         <textAlign>center</textAlign>
  322.         <font>Chicago</font>
  323.         <textSize>12</textSize>
  324.         <textStyle>plain</textStyle>
  325.         <name>Compress Pict</name>
  326.         <script>on mouseUp
  327.  
  328. QTPict CompressPict,field fileName,file,cd fld pictureQuality,cd field cType
  329.  
  330. get the result
  331. if "Error" is not in it then
  332. put field fileName & ".q" & cd fld pictureQuality into wName
  333. Picture wName,file,document,false
  334.  
  335. put ExtractFileName(wName) into wName
  336. set loc of window wName to the topLeft of btn here
  337. show window wName
  338. else
  339. answer it
  340. end if
  341. end mouseUp</script>
  342.     </part>
  343.     <part>
  344.         <id>2</id>
  345.         <type>button</type>
  346.         <visible> <true /> </visible>
  347.         <reserved5> 0 </reserved5>
  348.         <reserved4> 0 </reserved4>
  349.         <reserved3> 0 </reserved3>
  350.         <reserved2> 0 </reserved2>
  351.         <reserved1> 0 </reserved1>
  352.         <enabled> <true /> </enabled>
  353.         <rect>
  354.             <left>401</left>
  355.             <top>334</top>
  356.             <right>414</right>
  357.             <bottom>346</bottom>
  358.         </rect>
  359.         <style>transparent</style>
  360.         <showName> <false /> </showName>
  361.         <highlight> <false /> </highlight>
  362.         <autoHighlight> <false /> </autoHighlight>
  363.         <sharedHighlight> <true /> </sharedHighlight>
  364.         <family>0</family>
  365.         <titleWidth>0</titleWidth>
  366.         <icon>18001</icon>
  367.         <textAlign>center</textAlign>
  368.         <font>Chicago</font>
  369.         <textSize>12</textSize>
  370.         <textStyle>plain</textStyle>
  371.         <name></name>
  372.         <script>on mouseDown
  373. if cd field pictureQuality < 1023 then
  374. add 1 to cd field pictureQuality
  375. else
  376. beep
  377. end if
  378. global startTicks
  379. put the ticks into startTicks
  380. end mouseDown
  381.  
  382. on mouseStillDown
  383. global startTicks
  384. if the ticks - startTicks > 10 then
  385. put the Ticks-6 into startTicks
  386. if cd field pictureQuality < 1013 then
  387. add 10 to cd field pictureQuality
  388. else
  389. put 1023 into cd field pictureQuality
  390. end if
  391. end if
  392. end mouseStillDOwn</script>
  393.     </part>
  394.     <part>
  395.         <id>5</id>
  396.         <type>button</type>
  397.         <visible> <true /> </visible>
  398.         <reserved5> 0 </reserved5>
  399.         <reserved4> 0 </reserved4>
  400.         <reserved3> 0 </reserved3>
  401.         <reserved2> 0 </reserved2>
  402.         <reserved1> 0 </reserved1>
  403.         <enabled> <true /> </enabled>
  404.         <rect>
  405.             <left>401</left>
  406.             <top>347</top>
  407.             <right>413</right>
  408.             <bottom>359</bottom>
  409.         </rect>
  410.         <style>transparent</style>
  411.         <showName> <false /> </showName>
  412.         <highlight> <false /> </highlight>
  413.         <autoHighlight> <false /> </autoHighlight>
  414.         <sharedHighlight> <true /> </sharedHighlight>
  415.         <family>0</family>
  416.         <titleWidth>0</titleWidth>
  417.         <icon>9052</icon>
  418.         <textAlign>center</textAlign>
  419.         <font>Chicago</font>
  420.         <textSize>12</textSize>
  421.         <textStyle>plain</textStyle>
  422.         <name></name>
  423.         <script>on mouseDown
  424. if cd field pictureQuality > 1 then
  425. subtract 1 from cd field pictureQuality
  426. else
  427. beep
  428. end if
  429. global startTicks
  430. put the ticks into startTicks
  431. end mouseDown
  432.  
  433. on mouseStillDown
  434. global startTicks
  435. if the ticks - startTicks > 10 then
  436. put the Ticks-6 into startTicks
  437. if cd field pictureQuality > 11 then
  438. subtract 10 from cd field pictureQuality
  439. else
  440. put 1 into cd field pictureQuality
  441. end if
  442. end if
  443. end mouseStillDOwn
  444.  
  445. </script>
  446.     </part>
  447.     <part>
  448.         <id>6</id>
  449.         <type>field</type>
  450.         <visible> <true /> </visible>
  451.         <dontWrap> <false /> </dontWrap>
  452.         <dontSearch> <false /> </dontSearch>
  453.         <sharedText> <false /> </sharedText>
  454.         <fixedLineHeight> <false /> </fixedLineHeight>
  455.         <autoTab> <false /> </autoTab>
  456.         <lockText> <false /> </lockText>
  457.         <rect>
  458.             <left>416</left>
  459.             <top>339</top>
  460.             <right>464</right>
  461.             <bottom>356</bottom>
  462.         </rect>
  463.         <style>rectangle</style>
  464.         <autoSelect> <false /> </autoSelect>
  465.         <showLines> <false /> </showLines>
  466.         <wideMargins> <false /> </wideMargins>
  467.         <multipleLines> <false /> </multipleLines>
  468.         <reservedFamily> 0 </reservedFamily>
  469.         <titleWidth>0</titleWidth>
  470.         <icon>0</icon>
  471.         <textAlign>right</textAlign>
  472.         <font>Geneva</font>
  473.         <textSize>12</textSize>
  474.         <textStyle>bold</textStyle>
  475.         <textHeight>16</textHeight>
  476.         <name>PictureQuality</name>
  477.         <script>on closeField
  478. if there is a window "live video" then
  479. set codecType of window "live video" to me
  480. get the result
  481. if it is not empty then put it
  482. end if
  483. end closeField</script>
  484.     </part>
  485.     <part>
  486.         <id>7</id>
  487.         <type>button</type>
  488.         <visible> <true /> </visible>
  489.         <reserved5> 0 </reserved5>
  490.         <reserved4> 0 </reserved4>
  491.         <reserved3> 0 </reserved3>
  492.         <reserved2> 0 </reserved2>
  493.         <reserved1> 0 </reserved1>
  494.         <enabled> <true /> </enabled>
  495.         <rect>
  496.             <left>212</left>
  497.             <top>339</top>
  498.             <right>330</right>
  499.             <bottom>355</bottom>
  500.         </rect>
  501.         <style>shadow</style>
  502.         <showName> <true /> </showName>
  503.         <highlight> <false /> </highlight>
  504.         <autoHighlight> <true /> </autoHighlight>
  505.         <sharedHighlight> <true /> </sharedHighlight>
  506.         <family>0</family>
  507.         <titleWidth>0</titleWidth>
  508.         <icon>0</icon>
  509.         <textAlign>center</textAlign>
  510.         <font>Geneva</font>
  511.         <textSize>9</textSize>
  512.         <textStyle>plain</textStyle>
  513.         <name>Codec: Video</name>
  514.         <script>on mouseDown
  515. QTPict codecNames
  516. put the result into menuItems
  517. if "Error" is not in menuItems then
  518. get PopUpMenu (menuItems, 0, bottom of me, left of me+1)
  519. if it > 0 then
  520. QTPict codecTypes
  521. put the result into cTypes
  522. put item it of cTypes into cd field cType
  523. set name of me to "Codec:" && line it of menuItems
  524. end if
  525. else
  526. put menuItems
  527. end if
  528. end mouseDown</script>
  529.     </part>
  530.     <part>
  531.         <id>8</id>
  532.         <type>field</type>
  533.         <visible> <true /> </visible>
  534.         <dontWrap> <false /> </dontWrap>
  535.         <dontSearch> <false /> </dontSearch>
  536.         <sharedText> <false /> </sharedText>
  537.         <fixedLineHeight> <false /> </fixedLineHeight>
  538.         <autoTab> <false /> </autoTab>
  539.         <lockText> <false /> </lockText>
  540.         <rect>
  541.             <left>331</left>
  542.             <top>339</top>
  543.             <right>378</right>
  544.             <bottom>355</bottom>
  545.         </rect>
  546.         <style>rectangle</style>
  547.         <autoSelect> <false /> </autoSelect>
  548.         <showLines> <false /> </showLines>
  549.         <wideMargins> <false /> </wideMargins>
  550.         <multipleLines> <false /> </multipleLines>
  551.         <reservedFamily> 0 </reservedFamily>
  552.         <titleWidth>0</titleWidth>
  553.         <icon>0</icon>
  554.         <textAlign>center</textAlign>
  555.         <font>Geneva</font>
  556.         <textSize>10</textSize>
  557.         <textStyle>plain</textStyle>
  558.         <textHeight>13</textHeight>
  559.         <name>cType</name>
  560.         <script></script>
  561.     </part>
  562.     <part>
  563.         <id>9</id>
  564.         <type>button</type>
  565.         <visible> <true /> </visible>
  566.         <reserved5> 0 </reserved5>
  567.         <reserved4> 0 </reserved4>
  568.         <reserved3> 0 </reserved3>
  569.         <reserved2> 0 </reserved2>
  570.         <reserved1> 0 </reserved1>
  571.         <enabled> <true /> </enabled>
  572.         <rect>
  573.             <left>388</left>
  574.             <top>318</top>
  575.             <right>460</right>
  576.             <bottom>332</bottom>
  577.         </rect>
  578.         <style>transparent</style>
  579.         <showName> <true /> </showName>
  580.         <highlight> <false /> </highlight>
  581.         <autoHighlight> <false /> </autoHighlight>
  582.         <sharedHighlight> <true /> </sharedHighlight>
  583.         <family>0</family>
  584.         <titleWidth>0</titleWidth>
  585.         <icon>0</icon>
  586.         <textAlign>center</textAlign>
  587.         <font>Chicago</font>
  588.         <textSize>12</textSize>
  589.         <textStyle>plain</textStyle>
  590.         <name>Quality:</name>
  591.         <script></script>
  592.     </part>
  593.     <part>
  594.         <id>10</id>
  595.         <type>button</type>
  596.         <visible> <true /> </visible>
  597.         <reserved5> 0 </reserved5>
  598.         <reserved4> 0 </reserved4>
  599.         <reserved3> 0 </reserved3>
  600.         <reserved2> 0 </reserved2>
  601.         <reserved1> 0 </reserved1>
  602.         <enabled> <true /> </enabled>
  603.         <rect>
  604.             <left>91</left>
  605.             <top>61</top>
  606.             <right>136</right>
  607.             <bottom>97</bottom>
  608.         </rect>
  609.         <style>transparent</style>
  610.         <showName> <true /> </showName>
  611.         <highlight> <true /> </highlight>
  612.         <autoHighlight> <false /> </autoHighlight>
  613.         <sharedHighlight> <true /> </sharedHighlight>
  614.         <family>0</family>
  615.         <titleWidth>0</titleWidth>
  616.         <icon>0</icon>
  617.         <textAlign>center</textAlign>
  618.         <font>Chicago</font>
  619.         <textSize>12</textSize>
  620.         <textStyle>plain</textStyle>
  621.         <name>here</name>
  622.         <script>on mouseDown
  623. put the clickLoc into myClick
  624. put the loc of me into origLoc
  625. put item 1 of origLoc into origX
  626. put item 2 of origLoc into origY
  627. put item 1 of myClick into clickX
  628. put item 2 of myClick into clickY
  629. repeat while the mouse is down
  630. set loc of me to Min(Max(0,origX - (clickX - the mouseH)),width of this card),¬¨
  631. Min(Max(0, origY - (clickY - the mouseV)), height of this card)
  632. end repeat
  633. end mouseDown</script>
  634.     </part>
  635.     <content>
  636.         <layer>background</layer>
  637.         <id>2</id>
  638.         <text>Your Volume:Your Folder:Your File</text>
  639.     </content>
  640.     <content>
  641.         <layer>card</layer>
  642.         <id>6</id>
  643.         <text>512</text>
  644.     </content>
  645.     <content>
  646.         <layer>card</layer>
  647.         <id>8</id>
  648.         <text>rpza</text>
  649.     </content>
  650.     <content>
  651.         <layer>background</layer>
  652.         <id>4</id>
  653.         <text>CompressPict</text>
  654.     </content>
  655.     <name>CompressPict</name>
  656.     <script></script>
  657. </card>
  658.  
  659.  
  660. card_3005.xml
  661. <?xml version="1.0" encoding="utf-8" ?>
  662. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  663. <card>
  664.     <id>3005</id>
  665.     <filler1>0</filler1>
  666.     <cantDelete> <false /> </cantDelete>
  667.     <showPict> <true /> </showPict>
  668.     <dontSearch> <false /> </dontSearch>
  669.     <owner>2806</owner>
  670.     <link rel="stylesheet" type="text/css" href="stylesheet_3177.css" />
  671.     <part>
  672.         <id>3</id>
  673.         <type>button</type>
  674.         <visible> <true /> </visible>
  675.         <reserved5> 0 </reserved5>
  676.         <reserved4> 0 </reserved4>
  677.         <reserved3> 0 </reserved3>
  678.         <reserved2> 0 </reserved2>
  679.         <reserved1> 0 </reserved1>
  680.         <enabled> <true /> </enabled>
  681.         <rect>
  682.             <left>99</left>
  683.             <top>338</top>
  684.             <right>186</right>
  685.             <bottom>357</bottom>
  686.         </rect>
  687.         <style>roundrect</style>
  688.         <showName> <true /> </showName>
  689.         <highlight> <false /> </highlight>
  690.         <autoHighlight> <false /> </autoHighlight>
  691.         <sharedHighlight> <true /> </sharedHighlight>
  692.         <family>0</family>
  693.         <titleWidth>0</titleWidth>
  694.         <icon>0</icon>
  695.         <textAlign>center</textAlign>
  696.         <font>Chicago</font>
  697.         <textSize>12</textSize>
  698.         <textStyle>plain</textStyle>
  699.         <name>Show Pict</name>
  700.         <script>on mouseUp
  701. if the hilite of btn thumbnail then
  702. put "Thumbnail" into showThumb
  703. else
  704. put empty into showThumb
  705. end if
  706.  
  707. put empty into doClip
  708. put empty into clipRect
  709.  
  710. if the hilite of btn "topLeft of btn here" then
  711. put topLeft of btn here into theLoc
  712. else
  713. put rect of btn there into theLoc
  714. if the hilite of btn "clip it" then
  715. put "ClipTo" into doClip
  716. put the rect of btn "clip" into clipRect
  717. end if
  718. end if
  719.  
  720. if the hilite of btn "bounds Only" then
  721. QTPict PictBounds,field fileName,theLoc,file,showThumb,doClip,clipRect
  722. else
  723. QTPict DisplayPict,field fileName,theLoc,file,showThumb,doClip,clipRect
  724. end if
  725. get the result
  726. if "Error" is in it then answer it
  727. else put it into cd field bounds
  728. end mouseUp</script>
  729.     </part>
  730.     <part>
  731.         <id>4</id>
  732.         <type>button</type>
  733.         <visible> <true /> </visible>
  734.         <reserved5> 0 </reserved5>
  735.         <reserved4> 0 </reserved4>
  736.         <reserved3> 0 </reserved3>
  737.         <reserved2> 0 </reserved2>
  738.         <reserved1> 0 </reserved1>
  739.         <enabled> <true /> </enabled>
  740.         <rect>
  741.             <left>100</left>
  742.             <top>49</top>
  743.             <right>145</right>
  744.             <bottom>85</bottom>
  745.         </rect>
  746.         <style>transparent</style>
  747.         <showName> <true /> </showName>
  748.         <highlight> <true /> </highlight>
  749.         <autoHighlight> <false /> </autoHighlight>
  750.         <sharedHighlight> <true /> </sharedHighlight>
  751.         <family>0</family>
  752.         <titleWidth>0</titleWidth>
  753.         <icon>0</icon>
  754.         <textAlign>center</textAlign>
  755.         <font>Chicago</font>
  756.         <textSize>12</textSize>
  757.         <textStyle>plain</textStyle>
  758.         <name>here</name>
  759.         <script>on mouseDown
  760. put the clickLoc into myClick
  761. put the loc of me into origLoc
  762. put item 1 of origLoc into origX
  763. put item 2 of origLoc into origY
  764. put item 1 of myClick into clickX
  765. put item 2 of myClick into clickY
  766. repeat while the mouse is down
  767. set loc of me to Min(Max(0,origX - (clickX - the mouseH)),width of this card),¬¨
  768. Min(Max(0, origY - (clickY - the mouseV)), height of this card)
  769. end repeat
  770. end mouseDown</script>
  771.     </part>
  772.     <part>
  773.         <id>5</id>
  774.         <type>button</type>
  775.         <visible> <true /> </visible>
  776.         <reserved5> 0 </reserved5>
  777.         <reserved4> 0 </reserved4>
  778.         <reserved3> 0 </reserved3>
  779.         <reserved2> 0 </reserved2>
  780.         <reserved1> 0 </reserved1>
  781.         <enabled> <true /> </enabled>
  782.         <rect>
  783.             <left>196</left>
  784.             <top>341</top>
  785.             <right>292</right>
  786.             <bottom>355</bottom>
  787.         </rect>
  788.         <style>checkbox</style>
  789.         <showName> <true /> </showName>
  790.         <highlight> <false /> </highlight>
  791.         <autoHighlight> <true /> </autoHighlight>
  792.         <sharedHighlight> <true /> </sharedHighlight>
  793.         <family>0</family>
  794.         <titleWidth>0</titleWidth>
  795.         <icon>0</icon>
  796.         <textAlign>center</textAlign>
  797.         <font>Chicago</font>
  798.         <textSize>12</textSize>
  799.         <textStyle>plain</textStyle>
  800.         <name>Thumbnail</name>
  801.         <script></script>
  802.     </part>
  803.     <part>
  804.         <id>6</id>
  805.         <type>button</type>
  806.         <visible> <true /> </visible>
  807.         <reserved5> 0 </reserved5>
  808.         <reserved4> 0 </reserved4>
  809.         <reserved3> 0 </reserved3>
  810.         <reserved2> 0 </reserved2>
  811.         <reserved1> 0 </reserved1>
  812.         <enabled> <true /> </enabled>
  813.         <rect>
  814.             <left>242</left>
  815.             <top>64</top>
  816.             <right>471</right>
  817.             <bottom>285</bottom>
  818.         </rect>
  819.         <style>rectangle</style>
  820.         <showName> <true /> </showName>
  821.         <highlight> <false /> </highlight>
  822.         <autoHighlight> <false /> </autoHighlight>
  823.         <sharedHighlight> <true /> </sharedHighlight>
  824.         <family>0</family>
  825.         <titleWidth>0</titleWidth>
  826.         <icon>0</icon>
  827.         <textAlign>center</textAlign>
  828.         <font>Chicago</font>
  829.         <textSize>12</textSize>
  830.         <textStyle>plain</textStyle>
  831.         <name>there</name>
  832.         <script>on mouseDown
  833.  
  834. put the clickLoc into origPt
  835. put the rect of me into origRect
  836. put origRect into newRect
  837. put origRect into myRect
  838. put origRect into growRect
  839. put item 3 of growRect-18 into item 1 of growRect
  840. put item 4 of growRect-18 into item 2 of growRect
  841.  
  842. if origPt is within growRect then
  843. put item 3 of growRect - item 1 of origPt into slopX
  844. put item 4 of growRect - item 2 of origPt into slopY
  845.  
  846. repeat while the mouse is down
  847. get the mouseLoc
  848.  
  849. put the left of me + 30 - slopX into minLimX
  850. put the top of me + 30 - slopY into minLimY
  851. put width of card window - slopX into maxLimX
  852. put top of bg btn "Pick a file" - slopY into maxLimY
  853.  
  854. if item 1 of it < minLimX then put minLimX into item 1 of it
  855. if item 2 of it < minLimY then put minLimY into item 2 of it
  856. if item 1 of it > maxLimX then put maxLimX into item 1 of it
  857. if item 2 of it > maxLimY then put maxLimY into item 2 of it
  858.  
  859. put item 1 of it + slopX into item 3 of newRect
  860. put item 2 of it + slopY into item 4 of newRect
  861. set the rect of me to newRect
  862. end repeat
  863. else
  864. put item 1 of origPt - the left of me into minLimX
  865. put item 2 of origPt - the top of me into minLimY
  866. put width of card window - width of me + minLimX into maxLimX
  867. put top of bg btn "Pick a file" - height of me + minLimY into maxLimY
  868.  
  869. repeat while the mouse is down
  870. get the mouseLoc
  871.  
  872. if item 1 of it < minLimX then put minLimX into item 1 of it
  873. if item 2 of it < minLimY then put minLimY into item 2 of it
  874. if item 1 of it > maxLimX then put maxLimX into item 1 of it
  875. if item 2 of it > maxLimY then put maxLimY into item 2 of it
  876.  
  877. put item 1 of it - item 1 of origPt into slopX
  878. put item 2 of it - item 2 of origPt into slopY
  879.  
  880. put origRect into myRect
  881. add slopX to item 1 of myRect
  882. add slopX to item 3 of myRect
  883. add slopY to item 2 of myRect
  884. add slopY to item 4 of myRect
  885.  
  886. set the rect of me to myRect
  887. end repeat
  888.  
  889. put myRect into newRect
  890. end if
  891.  
  892. set the rect of me to newRect
  893. end mouseDown
  894.  
  895. </script>
  896.     </part>
  897.     <part>
  898.         <id>8</id>
  899.         <type>button</type>
  900.         <visible> <true /> </visible>
  901.         <reserved5> 0 </reserved5>
  902.         <reserved4> 0 </reserved4>
  903.         <reserved3> 0 </reserved3>
  904.         <reserved2> 0 </reserved2>
  905.         <reserved1> 0 </reserved1>
  906.         <enabled> <true /> </enabled>
  907.         <rect>
  908.             <left>308</left>
  909.             <top>321</top>
  910.             <right>416</right>
  911.             <bottom>336</bottom>
  912.         </rect>
  913.         <style>radiobutton</style>
  914.         <showName> <true /> </showName>
  915.         <highlight> <true /> </highlight>
  916.         <autoHighlight> <false /> </autoHighlight>
  917.         <sharedHighlight> <true /> </sharedHighlight>
  918.         <family>0</family>
  919.         <titleWidth>0</titleWidth>
  920.         <icon>0</icon>
  921.         <textAlign>center</textAlign>
  922.         <font>Geneva</font>
  923.         <textSize>9</textSize>
  924.         <textStyle>plain</textStyle>
  925.         <name>topLeft of btn here</name>
  926.         <script>on mouseUp
  927. set hilite of btn "rect of btn there" to false
  928. set hilite of me to true
  929. set visible of btn "clip it" to false
  930. end mouseUp</script>
  931.     </part>
  932.     <part>
  933.         <id>9</id>
  934.         <type>button</type>
  935.         <visible> <true /> </visible>
  936.         <reserved5> 0 </reserved5>
  937.         <reserved4> 0 </reserved4>
  938.         <reserved3> 0 </reserved3>
  939.         <reserved2> 0 </reserved2>
  940.         <reserved1> 0 </reserved1>
  941.         <enabled> <true /> </enabled>
  942.         <rect>
  943.             <left>308</left>
  944.             <top>335</top>
  945.             <right>416</right>
  946.             <bottom>350</bottom>
  947.         </rect>
  948.         <style>radiobutton</style>
  949.         <showName> <true /> </showName>
  950.         <highlight> <false /> </highlight>
  951.         <autoHighlight> <false /> </autoHighlight>
  952.         <sharedHighlight> <true /> </sharedHighlight>
  953.         <family>0</family>
  954.         <titleWidth>0</titleWidth>
  955.         <icon>0</icon>
  956.         <textAlign>center</textAlign>
  957.         <font>Geneva</font>
  958.         <textSize>9</textSize>
  959.         <textStyle>plain</textStyle>
  960.         <name>rect of btn there</name>
  961.         <script>on mouseUp
  962. set hilite of me to true
  963. set hilite of btn "topLeft of btn here" to false
  964. set visible of btn "clip it" to true
  965. end mouseUp</script>
  966.     </part>
  967.     <part>
  968.         <id>10</id>
  969.         <type>button</type>
  970.         <visible> <true /> </visible>
  971.         <reserved5> 0 </reserved5>
  972.         <reserved4> 0 </reserved4>
  973.         <reserved3> 0 </reserved3>
  974.         <reserved2> 0 </reserved2>
  975.         <reserved1> 0 </reserved1>
  976.         <enabled> <true /> </enabled>
  977.         <rect>
  978.             <left>283</left>
  979.             <top>199</top>
  980.             <right>432</right>
  981.             <bottom>265</bottom>
  982.         </rect>
  983.         <style>rectangle</style>
  984.         <showName> <true /> </showName>
  985.         <highlight> <false /> </highlight>
  986.         <autoHighlight> <false /> </autoHighlight>
  987.         <sharedHighlight> <true /> </sharedHighlight>
  988.         <family>0</family>
  989.         <titleWidth>0</titleWidth>
  990.         <icon>0</icon>
  991.         <textAlign>center</textAlign>
  992.         <font>Chicago</font>
  993.         <textSize>12</textSize>
  994.         <textStyle>plain</textStyle>
  995.         <name>clip</name>
  996.         <script>on mouseDown
  997.  
  998. put the clickLoc into origPt
  999. put the rect of me into origRect
  1000. put origRect into newRect
  1001. put origRect into myRect
  1002. put origRect into growRect
  1003. put item 3 of growRect-18 into item 1 of growRect
  1004. put item 4 of growRect-18 into item 2 of growRect
  1005.  
  1006. if origPt is within growRect then
  1007. put item 3 of growRect - item 1 of origPt into slopX
  1008. put item 4 of growRect - item 2 of origPt into slopY
  1009.  
  1010. repeat while the mouse is down
  1011. get the mouseLoc
  1012.  
  1013. put the left of me + 30 - slopX into minLimX
  1014. put the top of me + 30 - slopY into minLimY
  1015. put width of card window - slopX into maxLimX
  1016. put top of bg btn "Pick a file" - slopY into maxLimY
  1017.  
  1018. if item 1 of it < minLimX then put minLimX into item 1 of it
  1019. if item 2 of it < minLimY then put minLimY into item 2 of it
  1020. if item 1 of it > maxLimX then put maxLimX into item 1 of it
  1021. if item 2 of it > maxLimY then put maxLimY into item 2 of it
  1022.  
  1023. put item 1 of it + slopX into item 3 of newRect
  1024. put item 2 of it + slopY into item 4 of newRect
  1025. set the rect of me to newRect
  1026. end repeat
  1027. else
  1028. put item 1 of origPt - the left of me into minLimX
  1029. put item 2 of origPt - the top of me into minLimY
  1030. put width of card window - width of me + minLimX into maxLimX
  1031. put top of bg btn "Pick a file" - height of me + minLimY into maxLimY
  1032.  
  1033. repeat while the mouse is down
  1034. get the mouseLoc
  1035.  
  1036. if item 1 of it < minLimX then put minLimX into item 1 of it
  1037. if item 2 of it < minLimY then put minLimY into item 2 of it
  1038. if item 1 of it > maxLimX then put maxLimX into item 1 of it
  1039. if item 2 of it > maxLimY then put maxLimY into item 2 of it
  1040.  
  1041. put item 1 of it - item 1 of origPt into slopX
  1042. put item 2 of it - item 2 of origPt into slopY
  1043.  
  1044. put origRect into myRect
  1045. add slopX to item 1 of myRect
  1046. add slopX to item 3 of myRect
  1047. add slopY to item 2 of myRect
  1048. add slopY to item 4 of myRect
  1049.  
  1050. set the rect of me to myRect
  1051. end repeat
  1052.  
  1053. put myRect into newRect
  1054. end if
  1055.  
  1056. set the rect of me to newRect
  1057. end mouseDown
  1058.  
  1059. </script>
  1060.     </part>
  1061.     <part>
  1062.         <id>11</id>
  1063.         <type>button</type>
  1064.         <visible> <false /> </visible>
  1065.         <reserved5> 0 </reserved5>
  1066.         <reserved4> 0 </reserved4>
  1067.         <reserved3> 0 </reserved3>
  1068.         <reserved2> 0 </reserved2>
  1069.         <reserved1> 0 </reserved1>
  1070.         <enabled> <true /> </enabled>
  1071.         <rect>
  1072.             <left>327</left>
  1073.             <top>346</top>
  1074.             <right>435</right>
  1075.             <bottom>363</bottom>
  1076.         </rect>
  1077.         <style>checkbox</style>
  1078.         <showName> <true /> </showName>
  1079.         <highlight> <false /> </highlight>
  1080.         <autoHighlight> <true /> </autoHighlight>
  1081.         <sharedHighlight> <true /> </sharedHighlight>
  1082.         <family>0</family>
  1083.         <titleWidth>0</titleWidth>
  1084.         <icon>0</icon>
  1085.         <textAlign>center</textAlign>
  1086.         <font>Geneva</font>
  1087.         <textSize>9</textSize>
  1088.         <textStyle>plain</textStyle>
  1089.         <name>clip it</name>
  1090.         <script>on mouseUp
  1091. end mouseUp</script>
  1092.     </part>
  1093.     <part>
  1094.         <id>16</id>
  1095.         <type>button</type>
  1096.         <visible> <true /> </visible>
  1097.         <reserved5> 0 </reserved5>
  1098.         <reserved4> 0 </reserved4>
  1099.         <reserved3> 0 </reserved3>
  1100.         <reserved2> 0 </reserved2>
  1101.         <reserved1> 0 </reserved1>
  1102.         <enabled> <true /> </enabled>
  1103.         <rect>
  1104.             <left>196</left>
  1105.             <top>326</top>
  1106.             <right>297</right>
  1107.             <bottom>341</bottom>
  1108.         </rect>
  1109.         <style>checkbox</style>
  1110.         <showName> <true /> </showName>
  1111.         <highlight> <false /> </highlight>
  1112.         <autoHighlight> <true /> </autoHighlight>
  1113.         <sharedHighlight> <true /> </sharedHighlight>
  1114.         <family>0</family>
  1115.         <titleWidth>0</titleWidth>
  1116.         <icon>0</icon>
  1117.         <textAlign>center</textAlign>
  1118.         <font>Chicago</font>
  1119.         <textSize>12</textSize>
  1120.         <textStyle>plain</textStyle>
  1121.         <name>Bounds Only</name>
  1122.         <script></script>
  1123.     </part>
  1124.     <part>
  1125.         <id>17</id>
  1126.         <type>field</type>
  1127.         <visible> <true /> </visible>
  1128.         <dontWrap> <false /> </dontWrap>
  1129.         <dontSearch> <false /> </dontSearch>
  1130.         <sharedText> <false /> </sharedText>
  1131.         <fixedLineHeight> <false /> </fixedLineHeight>
  1132.         <autoTab> <false /> </autoTab>
  1133.         <lockText> <true /> </lockText>
  1134.         <rect>
  1135.             <left>441</left>
  1136.             <top>331</top>
  1137.             <right>573</right>
  1138.             <bottom>351</bottom>
  1139.         </rect>
  1140.         <style>rectangle</style>
  1141.         <autoSelect> <false /> </autoSelect>
  1142.         <showLines> <false /> </showLines>
  1143.         <wideMargins> <false /> </wideMargins>
  1144.         <multipleLines> <false /> </multipleLines>
  1145.         <reservedFamily> 0 </reservedFamily>
  1146.         <titleWidth>0</titleWidth>
  1147.         <icon>0</icon>
  1148.         <textAlign>left</textAlign>
  1149.         <font>Geneva</font>
  1150.         <textSize>9</textSize>
  1151.         <textStyle>plain</textStyle>
  1152.         <textHeight>12</textHeight>
  1153.         <name>bounds</name>
  1154.         <script></script>
  1155.     </part>
  1156.     <part>
  1157.         <id>18</id>
  1158.         <type>button</type>
  1159.         <visible> <true /> </visible>
  1160.         <reserved5> 0 </reserved5>
  1161.         <reserved4> 0 </reserved4>
  1162.         <reserved3> 0 </reserved3>
  1163.         <reserved2> 0 </reserved2>
  1164.         <reserved1> 0 </reserved1>
  1165.         <enabled> <true /> </enabled>
  1166.         <rect>
  1167.             <left>429</left>
  1168.             <top>316</top>
  1169.             <right>537</right>
  1170.             <bottom>331</bottom>
  1171.         </rect>
  1172.         <style>transparent</style>
  1173.         <showName> <true /> </showName>
  1174.         <highlight> <false /> </highlight>
  1175.         <autoHighlight> <false /> </autoHighlight>
  1176.         <sharedHighlight> <true /> </sharedHighlight>
  1177.         <family>0</family>
  1178.         <titleWidth>0</titleWidth>
  1179.         <icon>0</icon>
  1180.         <textAlign>center</textAlign>
  1181.         <font>Geneva</font>
  1182.         <textSize>9</textSize>
  1183.         <textStyle>plain</textStyle>
  1184.         <name>Rect of Drawn Pict:</name>
  1185.         <script>on mouseUp
  1186. end mouseUp</script>
  1187.     </part>
  1188.     <content>
  1189.         <layer>background</layer>
  1190.         <id>2</id>
  1191.         <text>Your Volume:Your Folder:Your File</text>
  1192.     </content>
  1193.     <content>
  1194.         <layer>background</layer>
  1195.         <id>4</id>
  1196.         <text>DisplayPict</text>
  1197.     </content>
  1198.     <name>DisplayPict</name>
  1199.     <script>on primeCard
  1200. set hilite of cd btn "bounds Only" to false
  1201. set hilite of cd btn thumbnail to false
  1202.  
  1203. set hilite of cd btn "topLeft of btn here" to true
  1204. set hilite of cd btn "rect of btn there" to false
  1205. set hilite of cd btn "clip it" to false
  1206. hide cd btn "clip it"
  1207.  
  1208. put empty into cd field bounds
  1209.  
  1210. pass primeCard
  1211. end primeCard
  1212. </script>
  1213. </card>
  1214.  
  1215.  
  1216. card_4547.xml
  1217. <?xml version="1.0" encoding="utf-8" ?>
  1218. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1219. <card>
  1220.     <id>4547</id>
  1221.     <filler1>0</filler1>
  1222.     <bitmap>BMAP_4717.pbm</bitmap>
  1223.     <cantDelete> <false /> </cantDelete>
  1224.     <showPict> <true /> </showPict>
  1225.     <dontSearch> <false /> </dontSearch>
  1226.     <owner>4201</owner>
  1227.     <link rel="stylesheet" type="text/css" href="stylesheet_3177.css" />
  1228.     <part>
  1229.         <id>1</id>
  1230.         <type>field</type>
  1231.         <visible> <true /> </visible>
  1232.         <dontWrap> <false /> </dontWrap>
  1233.         <dontSearch> <false /> </dontSearch>
  1234.         <sharedText> <false /> </sharedText>
  1235.         <fixedLineHeight> <false /> </fixedLineHeight>
  1236.         <autoTab> <false /> </autoTab>
  1237.         <lockText> <false /> </lockText>
  1238.         <rect>
  1239.             <left>8</left>
  1240.             <top>364</top>
  1241.             <right>269</right>
  1242.             <bottom>385</bottom>
  1243.         </rect>
  1244.         <style>transparent</style>
  1245.         <autoSelect> <false /> </autoSelect>
  1246.         <showLines> <false /> </showLines>
  1247.         <wideMargins> <false /> </wideMargins>
  1248.         <multipleLines> <false /> </multipleLines>
  1249.         <reservedFamily> 0 </reservedFamily>
  1250.         <titleWidth>0</titleWidth>
  1251.         <icon>0</icon>
  1252.         <textAlign>left</textAlign>
  1253.         <font>Geneva</font>
  1254.         <textSize>12</textSize>
  1255.         <textStyle>plain</textStyle>
  1256.         <textHeight>16</textHeight>
  1257.         <name>versions</name>
  1258.         <script></script>
  1259.     </part>
  1260.     <part>
  1261.         <id>3</id>
  1262.         <type>field</type>
  1263.         <visible> <true /> </visible>
  1264.         <dontWrap> <false /> </dontWrap>
  1265.         <dontSearch> <false /> </dontSearch>
  1266.         <sharedText> <false /> </sharedText>
  1267.         <fixedLineHeight> <false /> </fixedLineHeight>
  1268.         <autoTab> <false /> </autoTab>
  1269.         <lockText> <false /> </lockText>
  1270.         <rect>
  1271.             <left>126</left>
  1272.             <top>52</top>
  1273.             <right>570</right>
  1274.             <bottom>355</bottom>
  1275.         </rect>
  1276.         <style>scrolling</style>
  1277.         <autoSelect> <false /> </autoSelect>
  1278.         <showLines> <false /> </showLines>
  1279.         <wideMargins> <false /> </wideMargins>
  1280.         <multipleLines> <false /> </multipleLines>
  1281.         <reservedFamily> 0 </reservedFamily>
  1282.         <titleWidth>0</titleWidth>
  1283.         <icon>0</icon>
  1284.         <textAlign>left</textAlign>
  1285.         <font>Geneva</font>
  1286.         <textSize>9</textSize>
  1287.         <textStyle>plain</textStyle>
  1288.         <textHeight>12</textHeight>
  1289.         <name></name>
  1290.         <script></script>
  1291.     </part>
  1292.     <part>
  1293.         <id>4</id>
  1294.         <type>button</type>
  1295.         <visible> <true /> </visible>
  1296.         <reserved5> 0 </reserved5>
  1297.         <reserved4> 0 </reserved4>
  1298.         <reserved3> 0 </reserved3>
  1299.         <reserved2> 0 </reserved2>
  1300.         <reserved1> 0 </reserved1>
  1301.         <enabled> <true /> </enabled>
  1302.         <rect>
  1303.             <left>534</left>
  1304.             <top>355</top>
  1305.             <right>566</right>
  1306.             <bottom>384</bottom>
  1307.         </rect>
  1308.         <style>transparent</style>
  1309.         <showName> <false /> </showName>
  1310.         <highlight> <false /> </highlight>
  1311.         <autoHighlight> <true /> </autoHighlight>
  1312.         <sharedHighlight> <true /> </sharedHighlight>
  1313.         <family>0</family>
  1314.         <titleWidth>0</titleWidth>
  1315.         <icon>26425</icon>
  1316.         <textAlign>center</textAlign>
  1317.         <font>Chicago</font>
  1318.         <textSize>12</textSize>
  1319.         <textStyle>plain</textStyle>
  1320.         <name></name>
  1321.         <script>on mouseUp
  1322. go next card
  1323. end mouseUp</script>
  1324.     </part>
  1325.     <part>
  1326.         <id>5</id>
  1327.         <type>button</type>
  1328.         <visible> <true /> </visible>
  1329.         <reserved5> 0 </reserved5>
  1330.         <reserved4> 0 </reserved4>
  1331.         <reserved3> 0 </reserved3>
  1332.         <reserved2> 0 </reserved2>
  1333.         <reserved1> 0 </reserved1>
  1334.         <enabled> <true /> </enabled>
  1335.         <rect>
  1336.             <left>498</left>
  1337.             <top>355</top>
  1338.             <right>532</right>
  1339.             <bottom>384</bottom>
  1340.         </rect>
  1341.         <style>transparent</style>
  1342.         <showName> <false /> </showName>
  1343.         <highlight> <false /> </highlight>
  1344.         <autoHighlight> <true /> </autoHighlight>
  1345.         <sharedHighlight> <true /> </sharedHighlight>
  1346.         <family>0</family>
  1347.         <titleWidth>0</titleWidth>
  1348.         <icon>902</icon>
  1349.         <textAlign>center</textAlign>
  1350.         <font>Chicago</font>
  1351.         <textSize>12</textSize>
  1352.         <textStyle>plain</textStyle>
  1353.         <name></name>
  1354.         <script>on mouseUp
  1355. go prev card
  1356. end mouseUp</script>
  1357.     </part>
  1358.     <content>
  1359.         <layer>card</layer>
  1360.         <id>1</id>
  1361.         <text>QTPict: Tue, Jun 2, 1992 4:00:43 PM</text>
  1362.     </content>
  1363.     <content>
  1364.         <layer>card</layer>
  1365.         <id>3</id>
  1366.         <text>QTPict with no params will return empty in the result if QuickTime is present or Error message if QuickTime is not present.
  1367.  
  1368. QTPict DisplayPict,name,location,source [,options]
  1369.    name - file or resource name
  1370.    location - point or rect (if rect, pict will be scaled)
  1371.    source - "file" or "resource"
  1372.    options - "thumbnail" and/or "clipTo",rect
  1373. "the result" after DisplayPict has rect where pict was drawn (or Error msg)
  1374. QTPict PictBounds - with same params as above returns rect but doesn't draw pict
  1375.   
  1376. QTPict CodecNames
  1377. QTPict CodeTypes
  1378.  
  1379. QTPict CompressPict, name, source, quality, codec
  1380.   ex: QTPict CompressPict,MyPict,resource,512,jpeg
  1381.  
  1382. QTPict PictRsrcToFile, name
  1383. QTPict PictFileToRsrc, fileName [,resourceName]
  1384.  
  1385. QTPict GetScreenDepth
  1386. QTPict FileSize,fileName
  1387.  
  1388. QTPict ClipTo, rect -- see "Logo" handler in stack script
  1389. QTPict DiffClip, rect
  1390. QTPict UnionClip, rect
  1391.  (check "the result" for DisplayPict,CodecNames,CodeTypes,GetScreenDepth,FileSize)</text>
  1392.     </content>
  1393.     <name>QTPict</name>
  1394.     <script></script>
  1395. </card>
  1396.  
  1397.  
  1398.